treeview: Ensure we first validate the visible area when validating
authorBenjamin Otte <otte@redhat.com>
Mon, 24 Jun 2013 18:15:26 +0000 (20:15 +0200)
committerBenjamin Otte <otte@redhat.com>
Mon, 24 Jun 2013 18:19:11 +0000 (20:19 +0200)
commit830691bdce8b34a4ea5f0b093666be88b83e8e53
treed2ac4ddb699952becaa2b4867f5499dfa6be536f
parent20081483030c1eb7fae62ec3d361a875be0d7a46
treeview: Ensure we first validate the visible area when validating

This invariant stopped being guaranteed when we moved the visible area
validation from a high priority idle to a tick callback.

Fixes redrawing bugs like row expanding sometimes not having any visual
effect.
gtk/gtktreeview.c